home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / MEMORY / !Memory / !Help next >
Text File  |  1991-05-09  |  1KB  |  30 lines

  1. !Memory - memory accessing program by Peter Millerchip.
  2.  
  3.   This will allow you to examine the memory in your machine, and it has an
  4. automatic search feature.
  5.   Controls:
  6. The Address box will allow you to type in an address in decimal, hex
  7. (put a & symbol before it) or as a variable e.g. PAGE, TOP, HIMEM etc.
  8. !Memory has an auto-search facility which will search for a string while you
  9. are looking at a totally different part of memory. Type in the start and end
  10. addresses in the From and To boxes (you can use the same formats as before)
  11. and then the string to search for in the For box, e.g.
  12.   From:  PAGE
  13.     To:  TOP
  14.    For:  open
  15.  
  16. or:
  17.  
  18.   From:  &3970000
  19.     To:  &4000000
  20.    For:  radioon
  21.  
  22. Both these examples should work. By default, !Memory will start off showing
  23. you &3900000 which is the start of the RISC-OS ROMs. (Press Page up twice
  24. for the Acorn credits!)
  25.  
  26. This program is Public Domain and may be copied freely as long as this
  27. documentation and my name remain with it. The use of this software is
  28. entirely up to you; I take NO responsibility for any circumstances which may
  29. arise through use of my software.
  30.